home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / pppconfig.prerm < prev    next >
Text File  |  2009-02-20  |  293b  |  10 lines

  1. #!/bin/sh
  2.  
  3. # John G. Hasler <john@dhh.gt.org> 1999-2003
  4. # Any possessor of a copy of this program may treat it as if it
  5. # were in the public domain.  I waive all rights.
  6. set -e
  7. if ( [ "$1" = "upgrade" ] || [ "$1" = "remove" ] ) && [ -L /usr/doc/pppconfig ] ; then
  8.     rm -f /usr/doc/pppconfig
  9. fi
  10.